/* These lines contain room actions performed directly as you enter the
/* room.
/*
/* Put some items in the inventory from the very start:
DACT: IFRF 1=0;GET 34,U
/*
/* Make sure none of the above happens more than once...
/*DACT: IFRF 1=0;SETRF 1=1
/* That is already done later. (9 lines below?)
/*
/* Light up scene
DACT: TRACK MUSIC.01.MOD,LOOP,NOFILTER;LIGHTS ON
DACT: IFRF 1=0;SAY Now what do I do?;SETRF 1=1;EXIT
/* LINE: dlgno;lineno;line;reuseline;conditions
/* Room actions follow below ***
/*
/* ACTION: verbno;condition;...;command;...
/*
/* Action 0 - Exit
/* ===============
/*
ACTION: 0;IFOBJ 1;MEXIT;GOTO 2,1
/*
/* Action 1 - Give
/* ===============
/*
/*
/* Action 2- Pick up
/* =================
/*
ACTION: 2;IFOBJ ROBJ1;SAY Oh, yeah, right. Carry it to the garage.;SAY What a great idea.;EXIT
ACTION: 2;IFOBJ ROBJ2;SAY Why? This spot is as good as any for a picnic!
/*
/* Action 3 - Use
/* ==============
/*
ACTION: 3;IFTYPE X;IFOBJ2 ROBJ1;SAY I don't think that would help me to get anything out of the car...;SAY ...you'd need a disc cutter or something!;EXIT
ACTION: 3;IFOBJ ROBJ1;SAY Use the car?!;SAY Come on!;SAY Look at the state of it!;EXIT
ACTION: 3;IFOBJ ROBJ2;SAY Now is not the time to be having a picnic!;EXIT
/*
/* Action 4 - Open
/* ===============
/*
ACTION: 4;IFOBJ ROBJ1;SAY Everything is crushed: I can't open it!;EXIT
/* Action 5 - Talk to
/* ==================
/*
/*
/* Action 6 - Push
/* ===============
/*
/*
/* Action 7 - Close
/* ================
ACTION: 7;IFOBJ ROBJ1;SAY The Door is already crumpled shut.;EXIT
/* Action 8 - Look at
/* ==================
/*
ACTION: 8;MOBJ
ACTION: 8;IFOBJ ROBJ1;SAY My Poor Car!;SAY It's a total write off!;EXIT
ACTION: 8;IFOBJ ROBJ2;SAY It's a badly drawn wooden picnic table.;EXIT
/*
/* Action 9 - Pull
/* ===============
/*
ACTION: 9;MOBJ
ACTION: 9;IFOBJ ROBJ1;SAY There's no chance of pulling my car off that tree.;EXIT
ACTION: 9;IFOBJ ROBJ2;SAY It's bolted to the floor.
ACTION: 10;TEXT -1,0,9,You have scored #R#0#20# points so far.;EXIT
/*
/* End of room file. Some comments must be here, otherwise the last command